Learn R Programming

smoothSurv (version 2.0.1)

standardized logistic: Density of Standardized Logistic Distribution.

Description

Density function of the logistic distribution with zero mean and unit variance.

Usage

dstlogis(x)

Arguments

x

Vector of quantiles.

Value

The value of the density.

Details

dstlogis(x) = dlogis(x, 0, sqrt(3)/pi)

See Also

dlogis for the logistic distribution.

Examples

Run this code
# NOT RUN {
dstlogis(0)
dstlogis(seq(-3, 3, 0.2))
# }

Run the code above in your browser using DataLab